*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}
body{
    background: #F5F8FF;
}
ul, ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #2199FF;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
img{
    max-width: 100%;
}

header{
    width: 100%;
    /*background-image: url("/static/index/images/nav.jpg");*/
    background-position: center center;
    background-repeat: repeat-x;
    background-color: #2199FF;
    color: #fff;

}
.auto{
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    margin-top: 15px;
    margin-right: 80px;
}
.logo img{
    max-width: 182px;
    max-height: 30px;

}
.nav ul li,.top_r ul li{
    float: left;
    line-height: 50px;
    vertical-align: middle;
}
.nav ul li:last-child,.top_r ul li:last-child{
    margin-right: 0;
}
.nav ul li a,.top_r ul li a{
    font-size: 16px;
    color: #fff;
    font-family: Source Han Sans CN;
    display: block;
    height: 100%;

}
.nav ul li a{
    padding: 0 25px;
}
.top_r ul li a{
    padding: 0 15px;
}
.nav ul li.active a,.top_r ul li.active a{
    background: rgba(255,255,255,0.2);
}
.top_r ul li img{
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
footer{
    padding: 50px 0 30px;
    background: #1D1F24;
    color: #fff;
}

.f_logo{
    margin-bottom: 15px;
    padding-top: 30px;
}
.f_logo img{
    height: 40px;
}
.foot_copyright p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.foot_copyright p a{
    color: #fff;
}
.index_foot_m,.foot_m{
    float: left;
    padding-top: 30px;
    margin-left: 180px;
}
#index_footer .foot_m{
    margin-left: 90px;
}
.foot_m ul li{
    float: left;
    border-right: 1px solid #f1f1f1;
    margin-right: 40px;
    padding: 5px 40px 5px 0;
    position: relative;
}
.foot_m ul li:last-child{
    border-right:none;
    margin-right: 0;
    padding-right: 0;
}
.foot_m ul li a{
    color: #f1f1f1;
    font-size: 16px;
}
.index_foot_m p{
    width: 640px;
    padding: 15px 10px 0;
    height: 80px;
    overflow: auto;
    background: #EDF4FB;
    border-radius: 5px;
    position: absolute;
    top:34px;
    left: 0;
    display: none;
}
.foot_m ul li p a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    margin-bottom: 15px;
    display: block;
    float: left;
    margin-right: 10px;
}
.foot_m ul li:hover p{
    display: block;
}
.foot_r dl dt{
    font-size: 16px;
    font-weight: 400;
    color: #9A9A9A;

}
.foot_r dl dd{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;

}

.tel{
    padding-top: 10px;
    font-size: 28px;
    color: #FFFFFF;
}
.back_top{
    position: fixed;
    right: 30px;
    bottom: 200px;
    width: 80px;
    height: 85px;
    background:#fff url(/static/index/images/top.png) no-repeat center center;
    background-size: 35px;
    z-index: 99;
    display: none;
    box-shadow: 0px 5px 10px 0px rgba(199, 199, 199, 0.4);
    border-radius: 8px;
}


/********Index********/

.index_box{
    background: #FFFFFF;
    box-shadow: 0px 5px 9px 0px rgba(192, 201, 223, 0.38);
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
}
.index_menu ul{
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom:2px dashed #DCDCDC;
}

.index_menu ul li{
    width: 12.11%;
    float: left;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2199FF;
    vertical-align: middle;
    padding-left: 4.5%;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: contain;
}

.index_menu ul li:first-child{
    width: 13.66%;
    padding-left: 3%;
    background-image: url('/static/index/images/icon01.png');
    background-position: 0 50%;
}
.index_menu ul li:nth-child(2){
    background-image: url('/static/index/images/icon02.png');
}
.index_menu ul li:nth-child(3){
    background-image: url('/static/index/images/icon03.png');
}
.index_menu ul li:nth-child(4){
    background-image: url('/static/index/images/icon04.png');
}
.index_menu ul li:nth-child(5){
    background-image: url('/static/index/images/icon05.png');
}
.index_menu ul li:nth-child(6){
    background-image: url('/static/index/images/icon06.png');
}
.index_menu ul li img{
    width: 20px;
    vertical-align: middle;
}
.index_menu02 ul{
    overflow: hidden;
    padding-top: 10px;
}
.index_menu02 ul li{
    width: 16.6%;
    float:left;
}
.index_menu02 ul li p{
    padding-left: 20px;
    padding-top: 15px;
    border-right: 1px dashed #dcdcdc;
    overflow: hidden;
}
.index_menu02 ul li:first-child p{
    padding-left: 0;
}
.index_menu02 ul li:last-child p{
    border-right: none;
}
.index_menu02 ul li a{
    min-width: 50%;
    display: block;;
    margin-bottom: 20px;
    float: left;
    font-size: 14px;
    color: #666;
}
.index_menu02 ul li a:hover,.hottag a:hover,.cate_tag a:hover,.position a:hover,.foot_m ul li a:hover{
    color: #2299FF;
}
.red{
    color: #E51B1B;
}
.index_search_box{
    margin: 15px 0;
    height: 58px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
}
.hot_tag,.cate_tag{
    padding-top: 5px;
    min-width: 580px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 999;
    background: #fff;
}
.hot_tag{
    height: 25px;
}
.hot_tag span{
    font-size: 14px;
}
.hot_tag a{
    font-size: 14px;
    color: #666;
    margin-right: 15px;
}
.form_box{
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
}
.index_txt{
    width: 375px;
    height: 34px;
    border: 1px solid #2199FF;
    border-radius: 5px;
    vertical-align: middle;
    padding-left: 45px;
    font-size: 14px;
    background: url("/static/index/images/search.jpg") no-repeat 15px 50% ;
}
.index_btn{
    width: 105px;
    height: 37px;
    background: #2199FF;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: -20px;
    vertical-align: middle;
    border: 1px solid #2199FF;
    cursor: pointer;
}
.news_c_box{
    width: 538px;
    height: 471px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 20px;
}
.news_c_box .type_title,.ks_top .type_title,.one_title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2199FF;
    padding: 10px 0 ;
    vertical-align: middle;
    overflow: hidden;
    border-bottom:1px dashed #f1f1f1 ;
}
.news_c_box .type_title span,.ks_top .type_title span,.one_title span{
    border-left: 4px solid #2199FF;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.news_c_box .type_title a{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
    vertical-align: middle;
    display: block;
}
.ks_top .type_title{
    border-bottom: none;
}
.news_c_box ul{
    padding-top: 5px;
}
.news_c_box ul li{
    line-height: 40px;
    overflow: hidden;
}
.news_c_box ul li a:hover p{
    color: #2199FF;
}
.index_new_title{
    font-size: 14px;
    color: #666;
}
.title_color{
    color: #2199FF;
    font-size: 14px;
    font-style: normal;
    padding-right: 10px;
}

.index_new_time{
    font-size: 14px;
    color: #BBBBBB;
}
.news_c_box ul li .title_icon{
    width: 6px;
    height: 6px;
    background: #2199FF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.ks_box{
    width: 580px;
    border-radius: 10px;
}
.ks_ban{
    height: 185px;
    overflow: hidden;
    border-radius: 5px;
}
.index_time{
    padding: 15px 15px 0 0;
}
.time_year{
    float: left;
    margin-left: 30px;
    position: relative;
}
.time_year select{
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding:0 30px 0 20px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.time_year select option{
    line-height: 31px;
    overflow: hidden;
    font-size: 16px;
}

.index_time div span{
    text-align: center;
    border-left: 1px solid #ddd;
    width: 25px;
    height: 28px;
    display: block;
    line-height: 28px;
    color: #cacaca;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 9;
    background: #fff;
}
.ks_list{
    margin-top: 20px;
    border-radius: 10px;
}
.ks_top{
    overflow: hidden;
    background: #fff;
}
.ks_top h1{
    border-bottom: none;
    padding: 0;
}
.ks_list ul li{
    border-bottom: 1px dashed #cacaca;
    position: relative;
}
.ks_list ul li p{
    float: left;
    width: 25%;
    text-align: center;
}
.hover_view{
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.top_ul{
    overflow: hidden;
    padding: 10px 0 0;
}
.top_ul li {
    cursor: pointer;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
    user-select: none;
}
.clear{
    clear: both;
    overflow: hidden;
}
.top_ul li.active {
    background: #229AFF;
    color: #fff;
}
.ks_list{
    background: #fff;
    padding: 0 20px;
}
.ksbox{
    height: 173px;
}
.date_null{
    text-align: center;
    line-height: 80px;
    font-size: 18px;
}
.son_ul{
    height: 165px;
    overflow-x:hidden ;
    overflow-y: auto;
}
.son_ul::-webkit-scrollbar {
    width: 5px;
}
.son_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.son_ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;

}
.son_ul li{
    height: 40px;
}
.son_ul li p{
    line-height: 40px;
    font-size: 14px;
    color: #666;
}
.son_ul li p a,.hover_view a{
    font-size: 14px;
    color: #2299FF;
}
.son_ul li:last-child{
    border-bottom:none;
}
.son_ul li:hover .pop_box{
    height: 60px;
}
.hover_view a:hover{
    font-weight: bold;
}
.new_box{
    margin-top: 25px;
    background: #FFFFFF;
    padding: 30px 0;
}
.new_box .auto{
    box-shadow: 0px 5px 9px 0px rgba(192, 201, 223, 0.38);
    border-radius: 10px;
    margin-bottom: 30px;
    border-top: 1px solid #efefef;
}
.index_new_box{
    position: relative;
    height: 691px;
}
.new_type{
    padding:10px 20px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    position: relative;
    height: 56px;
}
.new_type .type_title{
    font-size: 26px;
    color: #333;
}
.new_type ul{
    padding-right: 30px;
}
.newboxs dt{
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.newboxs dt:last-child{
    margin-right: 0;
}
.newboxs dt{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    padding:0 0 5px;
}

.newboxs dt:hover{
    color: #2199FF;
    border-bottom:3px solid #2199FF;
}
.newboxs dt.active{
    color: #2199FF;
    border-bottom:3px solid #2199FF;
    font-weight: 600;
    font-size: 18px;
}
.new_list{
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.newboxs .new_list:nth-child(2){
    height: auto;
}
.new_list ul{
    overflow: hidden;
    padding: 10px 0;
    display: none;
    padding-left: 2%;
}
.new_list ul:first-child{
    display:block;
}
.new_list ul li{
    float: left;
    width: 48%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-right: 2%;
}
.new_list ul li a{
    display: block;
    position: relative;
    width: 100%;
    height: 130px;
}
.new_list ul li:first-child,.new_list ul li:nth-child(2){
    padding-bottom: 20px;
    border-bottom: 1px dashed #cacaca;
}
.new_list ul li:first-child a,.new_list ul li:nth-child(2) a{
    height: 185px;
}
.new_list ul li a:hover h2{
    color: #2299FF;
}
.new_info{
    float: right;
    width: 275px;
}
.new_title{
    font-size: 16px;
    color:#333333;
    margin-bottom: 10px;
    position: relative;
    clear: both;
}
.new_dems,.new_time{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
.new_time{
    position: absolute;
    right: 15px;
    bottom: 0;
}
.new_more{
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #E8F5FF;
    border-radius: 0px 0px 10px 10px;
}
.new_more a{
    font-size: 16px;
    color: #2299FF;
    vertical-align: middle;
}
.new_more a img{
    vertical-align: sub;
    margin-left: 10px;
    width: 20px;
}
.cate_new_list>.news_list_ul li{
    width: 45%;
    float: left;
    margin-bottom: 15px;
}
.cate_new_list>.news_list_ul li:nth-child(2n){
    float: right;
}
.cate_new_list>.news_list_ul li:nth-child(1),.cate_new_list>.news_list_ul li:nth-child(2){
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news_list_ul li p{
    color: #757575;
    font-size: 14px;
}
#news_page{
    padding: 30px 10px 10px!important;
}

/*****About*****/

.about_ban{
    margin-top: 30px;
}
.about_ban img{
    display: block;
}
.about_box{
    background: #fff;
    padding: 0 50px;
    margin-bottom: 25px;
}
.typename{
    text-align: center;
    font-size: 60px;
    font-family: Century Gothic;
    font-weight: 400;
    color: #CBCBCB;
    line-height: 135px;
    text-transform: uppercase;
}

.about_title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666;
    line-height: 66px;
    margin-bottom: 10px;
}
.about_title span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #EDF4FB;
    border-radius: 50%;
    margin-right: 10px;
}
.about_text,.about_text p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    padding-bottom: 20px;
    text-indent: 2em;
}
.about_box01{
    padding-bottom: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.about_box01 .news_c_box{
    height: auto;
    padding-bottom: 20px;
}
.about_box02{
    background: #0280BB;
    padding-top: 50px;
}
.about_box02 h1{
    font-size: 66px;
    color: #81C0DD;
}
.about_box02 h2{
    font-size: 30px;
    font-weight: 400;
    color: #81C0DD;
    margin-bottom: 50px;
}
.big_event{
    padding: 0 50px;
    position: relative;
}
.big_event .swiper-slide{
    padding: 30px 0 0;
    position: relative;
    height: 800px;
}

.big_event .item{
    float: left;
    border-left: 4px solid #fff;
    padding: 5px 5px 50px 20px;
    font-size: 14px;
    color: #CCEFFF;
    line-height: 30px;
    margin-left: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.big_event .item .blank{
    width: 20px;
    height: 20px;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -16px;
    top: -30px;
}
.big_event .item p{
    margin-bottom: 30px;
    font-size: 14px;
    color: #CCEFFF;
    line-height: 30px;
}
.about_year{
    font-size: 50px;
    font-family: Century Gothic;
    font-weight: 400;
    color: #66B3D6;
    margin-top: 40px;
}
.big_event .swiper-button-prev,.big_event .swiper-button-next{
    width: 40px;
    height: 40px;
    top: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    user-select: none;
    outline: none;
}
.big_event .swiper-button-next{
    background-image: url("../images/next.png");
}
.big_event .swiper-button-prev{
    background-image: url("../images/prev.png");
}
.big_event .swiper-button-prev::after,.big_event .swiper-button-next::after {
    content: '';
} {
    content: '';
}

/********Contact******/
#contact{
    background: #fff;
}

.lxwm{
    padding: 60px 0 30px;
}
.lxwm .auto{
    width: 1150px;
}
.lxwm_name{
    font-size: 28px;
    color: #343434;
    padding:0 0 15px 50px;
    border-bottom: 2px solid #f1f1f1;
}

.lxwm_box,.lxwm_addr{
    overflow: hidden;
    padding: 50px ;
}

.lxwm_box dl dt{
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
.lxwm_box dl dd{
    font-size: 18px;
    color: #343434;
    margin-bottom: 25px;
}
.lxwm_box dl dd.c_tel{
    font-size: 30px;
    font-weight: bold;
    color: #454545;
}
.maps {
    width: 500px;
}
.ptop20{
    padding-top: 20px;
}
.ptop50{
    padding-top: 50px;
}
.pbot50{
    padding-bottom: 50px;
}
.lxwm_addr ul{
    overflow: hidden;
}
.lxwm_addr ul li{
    width: 50%;
}
.lxwm_addr ul li:nth-child(2n-1){
    float: left;
}
.lxwm_addr ul li:nth-child(2n){
    float: right;
}
.lxwm_addr ul li h2{
    font-size: 18px;
    color: #343434;
    display: block;
    padding-bottom: 8px;
}
.lxwm_addr ul li .addr_title{
    font-size: 18px;
    color: #202020;
}
.lxwm_addr ul li .addr_text{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

/*************Lists************/
.lists{
    padding: 20px 0;
}
.position{
    padding-left: 20px;
    overflow: hidden;
}
.position a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}
.lists_box{
    overflow: hidden;
}
.left_box{
    width: 835px;
}
.lists_new_list,.new_right{
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(192, 201, 223, 0.38);
    border-radius: 10px;
}
.p30{
    padding: 20px;
}
.lists_new_list li{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.new_img{
    width: 260px;
}
.new_img img{
    max-width: 260px;
    max-height: 180px;
    border-radius: 5px;
}
.lists_new_list .new_info{
    width: 512px;
}
.new_info_null{
    width: 100% !important;
}
.lists_new_list .new_title{
    position: relative;
}
.new_right_box{
    width: 320px;
}
.new_right {
    width: 300px;
    padding: 0 10px 20px;
    margin-bottom: 25px;
}
.new_right:last-child{
    padding-bottom: 0;
}
.search_box ul{
    overflow: hidden;
}
.search_box .lists_new_list li{
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}
.search_box .lists_new_list li:nth-child(2n){
    margin-right: 0;
}
.search_box .lists_new_list li .new_info{
    width: 275px;
}
.search_result{
    padding-bottom: 20px;
    font-size: 16px;
}
.search_result span{
    font-size: 18px;
    padding: 0 5px;
}
.ksrl{
    margin-left: 10px;
    border-left: 1px solid #84C7FF;
    padding: 10px 0 0 10px;
    margin-top: 15px;
}
.ksrl dt{
    height: 30px;
    padding-bottom: 5px;
    position: relative;
}
.ksrl dt .dot{
    display: block;
    width: 8px;
    height: 8px;
    background: #229AFF;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -15px;
}
.ksrl dt p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #229AFF;
    margin-right: 15px;
}
.ksrl dt span{
    padding: 2px 10px;
    background: #229AFF;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
}
.ksrl dd{
    clear: both;
    background: #EDF4FB;
    border-radius: 5px;
    padding:10px 10px 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.ksrl dd a{
    margin-right: 10px;
    font-size: 14px;
    color: #343434;
    display: block;
    margin-bottom: 10px;
    float: left;
}
.ksrl dd a:hover{
    color: #229AFF;
}
.ksrl dd:last-child{
    margin-bottom: 0;
}
.new_list02 {
    padding:10px 0 0 15px;
}
.new_list02 li{
    line-height: 45px;
}
.new_list02 li a{
    font-size: 16px;
    color: #666;
}
.tool_list{
    overflow: hidden;
    padding-top: 15px;
    padding-left: 15px;
}
.tool_list li{
    width: 127px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    box-shadow: 1px 1px 9px 0px rgba(192, 201, 223, 0.6);
    border-radius: 5px;
    float: left;
    text-align: center;
    margin:0 15px 20px 0;
}
.tool_list li a{
    font-size: 14px;
    color: #353535;
}

/***Pages***/
.pages{
    padding: 50px 20px;
    text-align: center;
}
.pages ul li{
    display: inline-block;
    margin-right: 10px;
}
.pages ul li a,.pages ul li.disabled span{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: #FFFFFF;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
    color: #9A9A9A;
    user-select: none;
}
.pages ul li a:hover{
    background: #2299FF;
    border: 1px solid #2299FF;
    color: #fff !important;
}

.pages ul li.active span{
    font-size: 16px;
    padding: 5px 15px;
    background: #2299FF;
    border: 1px solid #2299FF;
    border-radius: 5px;
    color: #fff;
}

/**********Show*********/
.article_box{
    padding-bottom: 30px;
}
.show{
    box-shadow: 0px 10px 10px 0px rgba(192, 201, 223, 0.38);
    border-radius: 10px;
    background: #fff;
}
.show_box{
    padding: 15px 20px 20px;
}
.show_title{
    font-size: 28px;
    color: #333333;
    line-height: 66px;
    padding: 0 15px;
}
.add_time{
    font-size: 16px;
    color: #999999;
    padding: 0 15px;
}
.show_dems{
    margin: 25px 0;
    padding: 10px 20px;
    background: #F5F8FF;
    border-radius: 10px;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.show_txt{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding: 0 15px;
}
.show_txt img{
    width: auto !important;
    height: auto !important;
}
.xgtj{
    font-size: 24px;
    font-weight: bold;
    color: #2199FF;
    line-height: 70px;
    padding-left: 20px;
}
.lists_new_list li:last-child{
    margin-bottom: 0;
}
.mzsm{
    margin-top: 20px;
    line-height: 25px;
    color: #757575;
    font-size: 14px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 20px;
}

/*****sitemap******/

.w1200{
    width: 1200px;
    margin: 0 auto;
}
.banner img{
    display: block;
}
.banner{
    margin: 30px 0;
}
.site_box{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px 200px;
}
.site_list h1{
    border-bottom: 0;
}
.site_list ul{
    overflow: hidden;
}
.site_list ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.site_list ul li a{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 66px;
}
.site_list ul li a:hover{
    color: #2299FF;
}
.site_list ul li span{
    font-size: 20px;
    margin-top: 20px;
    color: #f1f1f1;
}
.site_list ul li:nth-child(5n) span,.site_list ul li:last-child span{
    display: none;
}
.cate_new_list ul{
    overflow: hidden;
    background: #FFFFFF;
    padding: 30px 30px 20px;
    border-radius: 10px;
}
.cate_new_list ul li{
    overflow: hidden;
    margin-bottom: 30px;
}
.cate_new_list ul li:last-child{
    margin-bottom: 0;
}
.cate_new_list .new_info{
    width: 490px;
}
.cate_new_list:last-child ul{
    box-shadow: 0px 10px 10px 0px rgba(192, 201, 223, 0.38);
    border-radius: 10px;
}
.center{
    text-align: center;
}


/******cate******/

.top_hot_tag span,.cate_tag span{
    font-size: 16px;
}
.top_hot_tag a{
    margin-right: 10px;
}

.cate_tag{
    height:26px;
}
.cate_tag span{
    color: #666;
}
.cate_tag a{
    font-size: 14px;
    border-radius: 5px;
    color: #353535;
    padding: 5px 10px;
}
.cate_tag a.on{
    background: #181C62;
    color: #FFFFFF;
}
.cate_ban{
    text-align: center;
    height: 185px;
    overflow: hidden;
}
.hot_tag:hover,.cate_tag:hover{
    width: auto;
}
.xgtj a{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
    padding-right: 10px;
}
.horn{
    font-size: 16px;
    color: #333333;
    padding: 10px 0 10px 40px;
    background: url("/static/index/images/horn.png") no-repeat 10px  50%;
    background-size: 20px auto;
}
.some{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    width: 90%;
    margin: 0 auto;
    background: #F1F1F1;
    border-radius: 15px;
    text-align: center;
}
.test{
    padding: 15px 0 20px 10px;
}
.test_type{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.test dt{
    margin-bottom: 5px;
}
.test dd{
    margin-bottom: 15px;
}
.test label{
    font-size: 14px;
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
    color: #333333;
    vertical-align: middle;
}
.test label input{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: sub;
}
input[type='radio'],input[type='checkbox']{
    cursor: pointer;
}
.test_intxt{
    width: 270px;
    height: 30px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
}
.test_inbtn{
    width: 280px;
    line-height: 40px;
    background: #2199FF;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #2299FF;
    margin-top: 30px;
    cursor: pointer;
    outline: none;
}
.exam_box{
    width: 780px;
    margin: 30px auto 50px;
    background: #fff;
    padding:30px 30px 0;
    border: 2px solid #EDF4FB;
    box-shadow: 1px 10px 10px 0px rgba(192, 201, 223, 0.38);
    border-radius: 10px;
}
.exam_box dl{
    overflow: hidden;
}
.exam_box dl dt{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #181C62;
    float: left;
    width: 120px;
    height: 60px;
}
.exam_box dl dt:nth-child(3){
    height: 80px;
}
.exam_box dl dd{
    float: right;
    width: 660px;
    height: 60px;
    overflow: hidden;
}
.exam_box dl dd:nth-child(4){
    height: 80px;
}
.exam_box dl dd a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    display: block;
    float: left;
    width: 20%;
    margin-bottom: 10px;
}
.exam_box dl dd a:hover{
    color: #2299FF;
}
.cate_pop{
    width: 450px;
    height: 200px;
    text-align: center;
    position: fixed;
    top: 35%;
    left: 35%;
    z-index: 999;
    background: #fff;
    border: 1px solid #565656;
    border-radius: 5px;
    display: none;
}
.cate_pop p{
    padding-top: 80px;
}
#pop_off{
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #229AFF;
    color: #f9f9f9;
    padding: 5px 20px;
    border-radius: 3px;
}

.show_txt table{
    border-collapse: collapse;
}
.show_txt tr{
    margin: 0;
}
.show_txt tr td{
    border: 1px solid #ddd;
    margin: 0;
}
.lxwm_l{
    width: 45%;
}
.yw_box{
    width: 60%;
}
.yw_box p{
    padding: 20px 0 0;
    vertical-align: middle;
    height: 36px;
    font-weight: 400;
}
.tel_icon{
    display: inline-block;
    width: 17px;
    height: 28px;
    background: url("/static/index/images/tel_icon.png") no-repeat center center;
    vertical-align: bottom;
    margin-right: 5px;
}
.tel_name{
    padding-left: 20px;
}
.code_img{
    padding-top: 15px;
}
.code_img img{
    width: 90px;
}
.foot_m .foot_copyright{
    margin-top: 15px;
}
.foot_m .foot_copyright p{
    text-align: left;
}

.foot_right{
    width: 300px;
    padding-top: 30px;
}
.foot_tel_box{
    margin-right: 20px;
    padding-top: 10px;
}
.foot_tel_box h2{
    margin-bottom: 15px;
}
.foot_tel_box p{
    line-height: 30px;
}
.index_foot_m .foot_copyright{
    line-height: 30px;
}





